home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 781 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.2 KB

  1. Date: Tue, 11 Jan 94 21:09:18 +0100
  2. From: walra%moacs11@relay.nl.net
  3. Subject: Re: MiNT goes UNiX, invitation for mailing list (MINTOS)
  4.  
  5. > In fact one could reverse my original suggestion and write something like
  6. >
  7. >  #if defined(atari) && defined(TOSFS)
  8.  
  9. Today I looked at a few socalled ports, and noticed that the atari switch
  10. was mainly used to:
  11.  
  12. 1. compromise to the GNUlib
  13.    most of this code is not necessary with the MiNTlib, I guess ;-)
  14.  
  15. 2. compromise to the Gemdos filesystem limitations
  16.    not necessary for the minix fs, and theoretically there could be a
  17.    gemdos.xfs to overcome the gemdos fs limitations
  18.  
  19. 3. adjust to the conventions of a Gemdos system, for example:
  20.    - use comma/semicolumn as a seperator in environment vars, rather than
  21.      the Unix-style column
  22.    - messing around with drive specifiers and paths
  23.  
  24. 4. introduce dirty hacks for speed improvement
  25.    no comment!
  26.  
  27. Which leads me to the conclusion that it is best to stay away from the
  28. atari switch all together, and introduce a new switch (say atari_mint, but
  29. I'm sure a better name can be found :-) ) for changes to the source code
  30. that are really necessary.
  31.  
  32.  
  33. Regards,
  34.            Waldi  (walra%moacs11@nl.net)
  35.  
  36.